home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 62
/
Volume 62 - JOGO DISK .iso
/
interface
/
browser.swf
/
scripts
/
DefineButton2_235
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-05-28
|
188b
|
11 lines
on(release){
if(_root.comando == "LINK")
{
getURL(_root.caminhos,"");
}
else
{
getURL("FSCommand:" add _root.comando,"%org%" + _root.caminhos);
}
}